diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-04-29 11:37:24 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-30 12:45:05 -0700 |
| commit | 9da84372c4e9efedc5326e71358197930ee06445 (patch) | |
| tree | 692b570ca70512ae33899b207651046524f28f59 /target/arm/internals.h | |
| parent | b6aeb8d243c5ab8b914b55f0036e8289a99322c8 (diff) | |
| download | focaccia-qemu-9da84372c4e9efedc5326e71358197930ee06445.tar.gz focaccia-qemu-9da84372c4e9efedc5326e71358197930ee06445.zip | |
target/arm: Unexport assert_hflags_rebuild_correctly
This function is no longer used outside of hflags.c. We can remove the stub as well. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/arm/internals.h')
| -rw-r--r-- | target/arm/internals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/arm/internals.h b/target/arm/internals.h index 4d3d84ffeb..382a4d1015 100644 --- a/target/arm/internals.h +++ b/target/arm/internals.h @@ -1906,8 +1906,6 @@ static inline bool arm_fgt_active(CPUARMState *env, int el) (!arm_feature(env, ARM_FEATURE_EL3) || (env->cp15.scr_el3 & SCR_FGTEN)); } -void assert_hflags_rebuild_correctly(CPUARMState *env); - /* * Although the ARM implementation of hardware assisted debugging * allows for different breakpoints per-core, the current GDB |