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:
|
two:
|
||||||
.data2 2
|
.data2 2
|
||||||
bigmin:
|
bigmin:
|
||||||
.data4 -2147483648
|
.data2 0, -32768
|
||||||
|
|
||||||
.sect .text
|
.sect .text
|
||||||
.adf4:
|
.adf4:
|
||||||
|
|
Loading…
Reference in a new issue