Skip to content

Commit

Permalink
Fix build error with some options
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed Jun 5, 2024
1 parent 6b6375d commit 49e0fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Processor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@ public bool Execute(bool runUntilHalt, Stream? stdoutOverride = null, Stream? st
ulong byteCount;
int shiftAmount;
string filepath;
long signedInitial;
#if EXTENSION_SET_SIGNED
ulong initialSign;
ulong resultSign;
long signedInitial;
long signedMathend;
ulong signedShiftAllBits;
#endif
Expand Down

0 comments on commit 49e0fea

Please sign in to comment.