unbreak 64-bit Windows build
Fix typo in d8cb953259. original commit: ebfa3460fd58c47df8eaf70d67db119147364bc2
This commit is contained in:
parent
77ea4ccb78
commit
ee7efa1dc3
|
@ -2786,7 +2786,7 @@
|
||||||
;; pass by reference on the stack
|
;; pass by reference on the stack
|
||||||
(loop (cdr types)
|
(loop (cdr types)
|
||||||
(cons (load-int-stack isp) locs)
|
(cons (load-int-stack isp) locs)
|
||||||
regs fp-rregs i (fx+ isp 8))])])]
|
regs fp-regs i (fx+ isp 8))])])]
|
||||||
[else
|
[else
|
||||||
(if (< i 4)
|
(if (< i 4)
|
||||||
(let ([reg (vector-ref vint i)])
|
(let ([reg (vector-ref vint i)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user