Skip to content

Commit

Permalink
Merge pull request #67 from Project-Prism/master
Browse files Browse the repository at this point in the history
Refactoring
  • Loading branch information
quajak authored May 3, 2023
2 parents 63f738b + 4cb0a71 commit b06f2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/XSharp/XSharp/Assembler/Gen1/Assembler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public Assembler(bool aFormat = false) : this()

public bool EmitAsmLabels { get; set; }

protected UInt16 mGdCode;
protected UInt16 mGdData;
protected ushort mGdCode;
protected ushort mGdData;

// Contains info on the current stack structure. What type are on the stack, etc
//public readonly StackContents Stack = new StackContents();
Expand Down

0 comments on commit b06f2d7

Please sign in to comment.