pike.git/
src/
code/
amd64.c
Branch:
Tag:
Non-build tags
All tags
No tags
2016-04-09
2016-04-09 16:47:42 by Martin Nilsson <nilsson@fastmail.com>
30f5b2f89165e6700c65eb5a9707bbe6464895dd (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
unsigned INT64 -> UINT64
3952:
switch(a) { case F_NUMBER64: ins_debug_instr_prologue(a-F_OFFSET, b, c);
-
amd64_push_int((((
unsigned INT64
)b)<<32)|(unsigned INT32)c, 0);
+
amd64_push_int((((
UINT64
)b)<<32)|(unsigned INT32)c, 0);
return; case F_MARK_AND_EXTERNAL: ins_f_byte(F_MARK);