Skip to content

Commit

Permalink
DruidJIT: Hacking PushLiteralConstantBytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Apr 18, 2023
1 parent df2cda3 commit 4293d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smalltalksrc/VMMaker/DruidJIT.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DruidJIT class >> bytecodeTable [

<generated>
^ {
{ 1. 32. 32. #gen_PushLiteralConstantBytecode . #needsFrameNever: . 1 }.
{ 1. 32. 32. #gen_PushLiteralConstantBytecode }.
{ 1. 76. 76. #gen_PushReceiverBytecode . #needsFrameNever: . 1 }.
{ 1. 92. 92. #gen_ReturnTopFromMethod . #return . #needsFrameIfInBlock: . #isMappedInBlock . -1}.
{ 1. 0. 31. #unknownBytecode }.
Expand Down

0 comments on commit 4293d23

Please sign in to comment.