Skip to content

Commit

Permalink
squash! 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Nov 12, 2023
1 parent afb423f commit 3504832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quickjs-opcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ DEF( get_loc8, 2, 0, 1, loc8)
DEF( put_loc8, 2, 1, 0, loc8)
DEF( set_loc8, 2, 1, 1, loc8)

DEF( get_loc0_loc1, 1, 0, 2, none_loc)
DEF( get_loc0, 1, 0, 1, none_loc)
DEF( get_loc1, 1, 0, 1, none_loc)
DEF( get_loc2, 1, 0, 1, none_loc)
Expand Down

0 comments on commit 3504832

Please sign in to comment.