plum-umd / the-838e-compiler

Compiler for CMSC 838E
2 stars 0 forks source link

unaligned jump to error handler seg faults #32

Closed dvanhorn closed 3 years ago

dvanhorn commented 3 years ago

this program seg faults on main

#lang racket
(let ((x 0))
  (add1 #f))