Skip to content

Commit

Permalink
Requested comment for dyn_emitinterrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
DerelictDrone committed Dec 6, 2023
1 parent 7053331 commit 50ddb8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/wire/zvm/zvm_core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ end

--------------------------------------------------------------------------------
-- Emit interrupt call
-- intNo can only be numeric or "$1"
-- intParam can only be numeric or "IDX"
function ZVM:Dyn_EmitInterrupt(intNo,intParam)
self:Dyn_EmitState()
self:Emit("VM.IP = %d",(self.PrecompileIP or 0))
Expand Down

0 comments on commit 50ddb8f

Please sign in to comment.