diff options
| author | KreitinnSoftware <80591934+KreitinnSoftware@users.noreply.github.com> | 2024-02-10 12:44:28 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-10 16:44:28 +0100 |
| commit | 632af46137df1d1249950910e9ab24ad5c67630b (patch) | |
| tree | 452c14064f58356500a009c0864c90316cdd5362 /src/wrapped | |
| parent | b527ebbf5be0949df3b9dcf0806109acc8119476 (diff) | |
| download | box64-632af46137df1d1249950910e9ab24ad5c67630b.tar.gz box64-632af46137df1d1249950910e9ab24ad5c67630b.zip | |
[ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258)
Co-authored-by: Pablo Carlos <pablo@localhost.localdomain>
Diffstat (limited to 'src/wrapped')
| -rw-r--r-- | src/wrapped/wrappedlibc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c index 1c7c5a25..4e615629 100644 --- a/src/wrapped/wrappedlibc.c +++ b/src/wrapped/wrappedlibc.c @@ -3095,7 +3095,6 @@ EXPORT long my_ptrace(x64emu_t* emu, int request, pid_t pid, void* addr, uint32_ // Backtrace stuff -#ifndef ANDROID #include "elfs/elfdwarf_private.h" EXPORT int my_backtrace(x64emu_t* emu, void** buffer, int size) { @@ -3221,7 +3220,6 @@ EXPORT void my_backtrace_symbols_fd(x64emu_t* emu, uintptr_t* buffer, int size, (void)dummy; } } -#endif EXPORT int my_iopl(x64emu_t* emu, int level) { |