Fix mistake. Change jb by jbe. tiny c round (INT_MAX = 0x7FFFFFFF) to a DWORD boundar...
commitf2ee6b1759af005a060d638676a3e12ab8e42f9d
authorCarlos Montiers <carlos@thefunsouth.com>
Fri, 11 Jul 2014 00:41:51 +0000 (10 20:41 -0400)
committerCarlos Montiers <carlos@thefunsouth.com>
Fri, 11 Jul 2014 00:41:51 +0000 (10 20:41 -0400)
treeddf0531d715ea79e40cf37a8d89ac95b3d5516dd
parent8257829623d484229c9785deedd05375c5732493
Fix mistake. Change jb by jbe. tiny c round (INT_MAX = 0x7FFFFFFF) to a DWORD boundary and it becomes 0x80000000. Jle treats as -214783648, but Jbe treats as 214783648. Thanks to Jason Hood for explain me this.
lib/alloca86-bt.S
lib/alloca86.S
lib/alloca86_64.S