Skip to content

Commit

Permalink
Cetio made a mistake with his enum
Browse files Browse the repository at this point in the history
  • Loading branch information
PsychedelicPalimpsest committed Apr 25, 2024
1 parent 4770bdc commit a1b1fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fern/x86.d
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public enum OpCode : ubyte
INT,
JMP,
LEA,
LOCK,
// LOCK,
LZCNT,
TZCNT,
MOV,
Expand Down

1 comment on commit a1b1fbe

@PsychedelicPalimpsest
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @cetio now when you try to push you will get conflicts. (Aka sync now)

Please sign in to comment.