Browse Source
[nce] fix yoruself amd64
Signed-off-by: lizzie <lizzie@eden-emu.dev>
liz-dynarmic-macos-fbsd-port
lizzie
4 months ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: 362DA3DC1901E080
1 changed files with
1 additions and
0 deletions
-
src/dynarmic/src/dynarmic/common/context.h
|
|
|
@ -122,6 +122,7 @@ |
|
|
|
# error "unimplemented" |
|
|
|
#endif |
|
|
|
|
|
|
|
// TODO: FreeBSD/OpenBSD |
|
|
|
#ifdef ARCHITECTURE_arm64 |
|
|
|
#ifdef __APPLE__ |
|
|
|
inline _STRUCT_ARM_NEON_STATE64* GetFloatingPointState(mcontext_t& host_ctx) { |
|
|
|
|