pike.git/
src/
code/
amd64.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-11
2014-08-11 17:57:53 by Per Hedbor <ph@opera.com>
36e0823e73d36ff6549b396e8a2e21463f26c410 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Comment and whitespace changes
2625:
test_reg(P_REG_RAX); jnz(&label_A); /* Note: will throw error ('cannot index destructed object' or similar).
-
* Note: Only arg1 is
corret
here (to the destructed object)
+
* Note: Only arg1 is
correct
here (
points
to the destructed object)
*/ amd64_call_c_function(object_low_set_index); LABEL_A;