Skip to content

Commit

Permalink
Fix compile error in RISC-V OMRCodeGenerator.hpp
Browse files Browse the repository at this point in the history
Signed-off-by: Daryl Maier <maier@ca.ibm.com>
  • Loading branch information
0xdaryl committed Oct 8, 2020
1 parent b0a5703 commit f9a71c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/riscv/codegen/OMRCodeGenerator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class OMR_EXTENSIBLE CodeGenerator : public OMR::CodeGenerator

CodeGenerator();

initialize();
void initialize();

/**
* @brief AArch64 hook to begin instruction selection
Expand Down

0 comments on commit f9a71c7

Please sign in to comment.