Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge "Fix misc-macro-parentheses warnings in dalvik."
Browse files Browse the repository at this point in the history
  • Loading branch information
chih-hung authored and Gerrit Code Review committed Jun 21, 2016
2 parents c2f1b7f + 65cae55 commit e8708a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdex/DexOpcodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ enum Opcode {
* an interpreter in C.
*/
#define DEFINE_GOTO_TABLE(_name) \
static const void* _name[kNumPackedOpcodes] = { \
static const void* (_name)[kNumPackedOpcodes] = { \
/* BEGIN(libdex-goto-table); GENERATED AUTOMATICALLY BY opcode-gen */ \
H(OP_NOP), \
H(OP_MOVE), \
Expand Down

0 comments on commit e8708a3

Please sign in to comment.