From 4f4d4cce6f513a7fd3fdd2e0f6e2a795cfb9bb71 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Wed, 22 Jul 2015 07:09:12 -0400 Subject: rework spilling code for jump arguments --- lisc/lisc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisc/lisc.h') diff --git a/lisc/lisc.h b/lisc/lisc.h index e7e0cc8..941751d 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -32,7 +32,8 @@ enum { R13, R14, R15, - NReg = R15 - RAX + 1 + // NReg = R15 - RAX + 1 + NReg = 4 /* for test purposes */ }; enum { -- cgit 1.4.1