diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-10-03 14:10:15 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-12-22 15:02:07 +0100 |
commit | 746827825db4f695c0897f103cd13f1e916e5081 (patch) | |
tree | d17a34e66d854b3b93c292321bc29c8b83150a37 /target/i386/hvf/x86_flags.h | |
parent | 6701d81d74b3fbc7afd73a18d1c82602a811e409 (diff) |
i386: hvf: remove more dead emulator code
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/hvf/x86_flags.h')
-rw-r--r-- | target/i386/hvf/x86_flags.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/i386/hvf/x86_flags.h b/target/i386/hvf/x86_flags.h index 57a524240c..3e487535ea 100644 --- a/target/i386/hvf/x86_flags.h +++ b/target/i386/hvf/x86_flags.h @@ -190,7 +190,6 @@ bool get_SF(CPUX86State *env); void set_SF(CPUX86State *env, bool val); bool get_OF(CPUX86State *env); void set_OF(CPUX86State *env, bool val); -void set_OSZAPC(CPUX86State *env, uint32_t flags32); void SET_FLAGS_OxxxxC(CPUX86State *env, uint32_t new_of, uint32_t new_cf); |