Fix copy-paste error in logging function.

This commit is contained in:
Graydon Hoare 2010-06-25 23:02:19 -07:00
parent 37426e42cf
commit 49ac5e6312
1 changed files with 2 additions and 2 deletions

View File

@ -2891,8 +2891,8 @@ let trans_visitor
match slot_mem_ctrl slot with
MEM_gc -> "MEM_gc"
| MEM_rc_struct -> "MEM_rc_struct"
| MEM_rc_opaque -> "MEM_rc_struct"
| MEM_interior -> "MEM_rc_struct"
| MEM_rc_opaque -> "MEM_rc_opaque"
| MEM_interior -> "MEM_interior"
in
let slotstr = Fmt.fmt_to_str Ast.fmt_slot slot in
let str = step ^ " " ^ mctrl_str ^ " " ^ slotstr in