Skip to content

Commit e8f6b3e

Browse files
committedAug 17, 2023
8314268: Missing include in assembler_riscv.hpp
Reviewed-by: shade, fyang
1 parent c634bdf commit e8f6b3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/hotspot/cpu/riscv/assembler_riscv.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#ifndef CPU_RISCV_ASSEMBLER_RISCV_HPP
2828
#define CPU_RISCV_ASSEMBLER_RISCV_HPP
2929

30+
#include "asm/assembler.hpp"
3031
#include "asm/register.hpp"
3132
#include "code/codeCache.hpp"
3233
#include "metaprogramming/enableIf.hpp"

0 commit comments

Comments
 (0)
Please sign in to comment.