Skip to content

Commit

Permalink
Adjust OMRILOpCodeProperties macro invocation
Browse files Browse the repository at this point in the history
After integrating more arguments to macros, we have
to adjust existing invocations with macro args list (three dots)

Signed-off-by: Batyr Nuryyev <nuryyev@ualberta.ca>
  • Loading branch information
oneturkmen committed Nov 6, 2020
1 parent 851cc2a commit 3ba16ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/il/OMRILOpCodeProperties.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
swapChildrenOpcode, \
reverseBranchOpcode, \
boolCompareOpcode, \
ifCompareOpcode) \
ifCompareOpcode, ...) \
\
{ \
opcode, \
Expand Down

0 comments on commit 3ba16ad

Please sign in to comment.