Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Itaru Kitayama authored and Sasha @leela committed Aug 31, 2017
1 parent 965b58f commit 1993fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/arch-aarch64.h
Expand Up @@ -65,7 +65,7 @@ namespace NS_aarch64 {

#define MIN_IMM8 (-32768)
#define MAX_IMM8 (32767)
#define MAX_IMM16 (-65536)
#define MIN_IMM16 (-65536)
#define MAX_IMM16 (65535)
#define MIN_IMM32 (-2147483647 - 1)
#define MAX_IMM32 (2147483647)
Expand Down

0 comments on commit 1993fb5

Please sign in to comment.