Skip to content

Commit

Permalink
Rename one of the virtual mode prvenances 3331 -> 224
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Nov 23, 2024
1 parent 5ca3cff commit e698ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrayjit/lib/c_syntax.ml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ struct
let backend_info =
Sexp.Atom
(if Hash_set.mem is_global tn then "Host"
else if Tn.is_virtual_force tn 3331 then "Virt"
else if Tn.is_virtual_force tn 334 then "Virt"
else
match in_ctx tn with
| Some true -> "Ctx"
Expand Down

0 comments on commit e698ef3

Please sign in to comment.