X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-64-lispregs.h;h=e1df294aaec2fa4537332c86773bea1065838a60;hb=7e24349c17298e2959e853ea411b5f65d9f7f332;hp=085164223f1c34858a4adf09d637fd2f23f083f9;hpb=78fa16bf55be44cc16845be84d98023e83fb14bc;p=sbcl.git diff --git a/src/runtime/x86-64-lispregs.h b/src/runtime/x86-64-lispregs.h index 0851642..e1df294 100644 --- a/src/runtime/x86-64-lispregs.h +++ b/src/runtime/x86-64-lispregs.h @@ -18,7 +18,7 @@ /* the number of registers visible as registers in the virtual machine * (excludes stuff like segment registers) */ -#define NREGS (16) +#define NREGS (16) #ifdef LANGUAGE_ASSEMBLY #define REG(num) $ ## num