X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-lispregs.h;h=f8709e8ed40e06d42db7420b52d0e1bdb5344f0c;hb=bf40ae88bc289fd765a33861cc4bc0853ed483ba;hp=9c1d46273c8fbec0e7c4c9e9beaa9d2a4379a415;hpb=1f763fa8eca17771d2c091094855fcb8b84d66da;p=sbcl.git diff --git a/src/runtime/x86-lispregs.h b/src/runtime/x86-lispregs.h index 9c1d462..f8709e8 100644 --- a/src/runtime/x86-lispregs.h +++ b/src/runtime/x86-lispregs.h @@ -18,7 +18,7 @@ /* the number of registers visible as registers in the virtual machine * (excludes stuff like segment registers) */ -#define NREGS (8) +#define NREGS (8) #ifdef LANGUAGE_ASSEMBLY #define REG(num) $ ## num