Skip to content

Commit e698ef3

Browse files
committed
Rename one of the virtual mode prvenances 3331 -> 224
1 parent 5ca3cff commit e698ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrayjit/lib/c_syntax.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ struct
296296
let backend_info =
297297
Sexp.Atom
298298
(if Hash_set.mem is_global tn then "Host"
299-
else if Tn.is_virtual_force tn 3331 then "Virt"
299+
else if Tn.is_virtual_force tn 334 then "Virt"
300300
else
301301
match in_ctx tn with
302302
| Some true -> "Ctx"

0 commit comments

Comments
 (0)