2012-07-14
2012-07-14 06:35:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
d7805b5f57efbc6578d84961812ed1e04e3e69e2
(3 lines)
(+2/-1)
[
Show
| Annotate
]
Branch: 7.9
Compiler (amd64): Load fp_reg even more consistently.
It should be loaded even without PIKE_DEBUG...
1332: Inside #if defined(PIKE_DEBUG)
amd64_call_c_function (simple_debug_instr_prologue_0);
}
#else /* !PIKE_DEBUG */
- #define ins_debug_instr_prologue(instr, arg1, arg2)
+ #define ins_debug_instr_prologue(instr, arg1, arg2) maybe_load_fp()
#endif
static void amd64_push_this_object( )