Skip to content

Commit

Permalink
Fix -definelabel sign extend (fixes #158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prof9 committed Oct 24, 2019
1 parent 31391b8 commit f22acde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Assembler.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enum class ArmipsMode { FILE, MEMORY };
struct LabelDefinition
{
std::wstring name;
int value;
int64_t value;
};

struct EquationDefinition
Expand Down

0 comments on commit f22acde

Please sign in to comment.