mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
This causes a self-assignment and is unneeded (nw)
This commit is contained in:
parent
755c01a98e
commit
c8f5d4f80b
@ -1,6 +1,5 @@
|
||||
abs 1 01 1 n
|
||||
abs
|
||||
aacc = %a;
|
||||
if(((INT32)aacc) < 0) {
|
||||
aacc = - aacc;
|
||||
if(((INT32)aacc) < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user