aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csc/codegen.csc
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-08-27 20:23:23 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-08-27 20:34:59 -0700
commitcb52f5dd0200f66ba6e6b4a3b1db0da6f60cdf9e (patch)
treee5f233ab51f34374f42b9ea2aa64fa384bbe9e43 /lib/csc/codegen.csc
parente07c62f447e9f041901812a6e9cda05ae76d92df (diff)
downloadchromatopelma-cb52f5dd0200f66ba6e6b4a3b1db0da6f60cdf9e.tar.zst
Use reg 255 for swapping.
I wanted to use the top reg, for some reason I thought at the time that 127 was the biggest 8-bit number. Obviously it's 255.
Diffstat (limited to 'lib/csc/codegen.csc')
-rw-r--r--lib/csc/codegen.csc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csc/codegen.csc b/lib/csc/codegen.csc
index abec72f..1198bce 100644
--- a/lib/csc/codegen.csc
+++ b/lib/csc/codegen.csc
@@ -90,7 +90,7 @@
#t))
- (define *temp-reg* 127)
+ (define *temp-reg* 255)
(define (get-satisfying m pred)