Code was permanently wacking the instructions opcodeId when we cleared the privileged flag. This should fix that by making a copy (ick?) that we modify instead. Should keep the function re-entrant (assuming there are no other problems) vs just fixing up the opcodeId when we're done.
Code was permanently wacking the instructions opcodeId when we cleared the privileged flag. This should fix that by making a copy (ick?) that we modify instead. Should keep the function re-entrant (assuming there are no other problems) vs just fixing up the opcodeId when we're done.