Skip to content

Commit

Permalink
Add ArrayBytes_hl_I64 support for nightly haxe
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Aug 9, 2024
1 parent 1ba8071 commit 668bf1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hld/Eval.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,8 @@ class Eval {
v = makeArrayBytes(p, HF32);
case "hl.types.ArrayBytes_hl_UI16":
v = makeArrayBytes(p, HUi16);
case "hl.types.ArrayBytes_hl_I64":
v = makeArrayBytes(p, HI64);
case "hl.types.ArrayDyn":
// hide implementation details, substitute underlying array
v = readField({ v : v, t : t }, "array").v;
Expand Down

0 comments on commit 668bf1b

Please sign in to comment.