Skip to content

Commit

Permalink
Merge pull request #159 from Prof9/master
Browse files Browse the repository at this point in the history
Fix -definelabel sign extend (fixes #158)
  • Loading branch information
sp1187 authored Oct 24, 2019
2 parents 31391b8 + f22acde commit d519abb
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 d519abb

Please sign in to comment.