aboutsummaryrefslogtreecommitdiff
path: root/tccgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccgen.c')
-rw-r--r--tccgen.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tccgen.c b/tccgen.c
index 598ba88..2376848 100644
--- a/tccgen.c
+++ b/tccgen.c
@@ -861,11 +861,6 @@ ST_FUNC int gv(int rc)
#endif
if (r >= VT_CONST || /* XXX: test to VT_CONST incorrect ? */
(vtop->r & VT_LVAL)) {
- /* We do not want to modifier the long long
- pointer here, so the safest (and less
- efficient) is to save all the other registers
- in the stack. XXX: totally inefficient. */
- save_regs(1);
/* load from memory */
vtop->type.t = load_type;
load(r, vtop);