Skip to content

Commit

Permalink
Int Flag 8 (set PTE) now sets to byte 3 of interrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
DerelictDrone committed Nov 25, 2023
1 parent a00b47a commit 5664825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/wire/zvm/zvm_features.lua
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ function ZVM:Interrupt(interruptNo,interruptParameter,isExternal,cascadeInterrup
if FLAGS[7] == 1 then
self.PTBL = NewPTB
elseif FLAGS[8] == 1 then
self.PTBE = 1
self.PTBE = NewPTB
end

elseif self.PF == 1 then -- Compatibility extended mode
Expand Down

0 comments on commit 5664825

Please sign in to comment.