pike.git/
src/
code/
amd64.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-31
2014-08-31 19:10:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1f5f65a4cbef35578f9b2ed64dc0a76f2f676b35 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Compiler
[amd64]
: Fixed code generator for F_RSH_INT.
The wrong label was used.
3210:
update_arg1(b); amd64_call_c_opcode(instrs[a-F_OFFSET].address, instrs[a-F_OFFSET].flags);
-
LABEL_
C
;
+
LABEL_
B
;
return; } if(!b) return;