Replaced a .data4 by two .data2's: .data4 not guaranteed to work with big numbers
This commit is contained in:
parent
994b1319ca
commit
9ef7e00974
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ one:
|
|||
two:
|
||||
.data2 2
|
||||
bigmin:
|
||||
.data4 -2147483648
|
||||
.data2 0, -32768
|
||||
|
||||
.sect .text
|
||||
.adf4:
|
||||
|
|
Loading…
Reference in a new issue