diff options
author | Richard Henderson <rth@twiddle.net> | 2015-09-15 11:45:07 -0700 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2015-10-02 16:22:01 -0300 |
commit | dd941cdcfec536aad6a310a153778142ed9f3e92 (patch) | |
tree | 93eba1aa94870630382aa675575e6373b2c3762e /target-i386/cpu.h | |
parent | ba4b5c65a98ea91dc3b13e42dd9404808c999dda (diff) | |
download | qemu-dd941cdcfec536aad6a310a153778142ed9f3e92.tar.gz qemu-dd941cdcfec536aad6a310a153778142ed9f3e92.tar.bz2 qemu-dd941cdcfec536aad6a310a153778142ed9f3e92.zip |
target-i386: Make check_hw_breakpoints static
The function is now only used from within a single file.
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index dc7654d370..92426dc1f9 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -1154,7 +1154,6 @@ static inline int hw_breakpoint_len(unsigned long dr7, int index) void hw_breakpoint_insert(CPUX86State *env, int index); void hw_breakpoint_remove(CPUX86State *env, int index); -bool check_hw_breakpoints(CPUX86State *env, bool force_dr6_update); void breakpoint_handler(CPUState *cs); /* will be suppressed */ |