Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xensik committed Jul 14, 2024
1 parent d468724 commit 10a795f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/xsk/arc/common/assembly.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ enum class opcode : u8

struct sourcepos
{
u32 line;
u32 column;
i32 line;
i32 column;
};

struct instruction
Expand Down
4 changes: 2 additions & 2 deletions include/xsk/gsc/common/assembly.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ enum class opcode : u8

struct sourcepos
{
u32 line;
u32 column;
i32 line;
i32 column;
};

struct instruction
Expand Down

0 comments on commit 10a795f

Please sign in to comment.