Skip to content

Commit 7812cb5

Browse files
committed
Omit assert-integer in struct-ref.
1 parent 5bc87a4 commit 7812cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langs/neerdowell/compile-ops.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
(seq (Pop r8)
314314
(Pop 'r11)
315315
(assert-struct rax)
316-
(assert-integer r8)
316+
;(assert-integer r8)
317317
(Xor rax type-struct)
318318
(Mov r10 (Offset rax 0))
319319
(Cmp 'r11 r10)

0 commit comments

Comments
 (0)