pike.git/
src/
code/
amd64.c
Branch:
Tag:
Non-build tags
All tags
No tags
2012-06-21
2012-06-21 15:24:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4b3b07f5ec0968ae11634cdc2bede3883f8824f0 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Compiler (amd64): Fixed bug where F_FILL_STACK pushed one arg too many.
2200:
amd64_push_int(0, c); LABEL_A; cmp_reg_reg(sp_reg, ARG1_REG);
-
jge
(&label_B);
+
jg
(&label_B);
} return;