Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaProductions committed Dec 3, 2023
1 parent 70b31d4 commit 283b493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/XSharp/XSharp/Gen1/XS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ public static void PopAllRegisters()
// This instruction is NOT supported in long mode
if (Architecture == "x86")
{
new Pushad();
new Popad();
}
else
{
Expand Down

0 comments on commit 283b493

Please sign in to comment.