diff options
Diffstat (limited to 'libunwindstack/DexFiles.cpp')
-rw-r--r-- | libunwindstack/DexFiles.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libunwindstack/DexFiles.cpp b/libunwindstack/DexFiles.cpp index ac55fee99..451a0b90d 100644 --- a/libunwindstack/DexFiles.cpp +++ b/libunwindstack/DexFiles.cpp @@ -54,8 +54,8 @@ DexFiles::~DexFiles() { } } -void DexFiles::SetArch(ArchEnum arch) { - switch (arch) { +void DexFiles::ProcessArch() { + switch (arch()) { case ARCH_ARM: case ARCH_MIPS: case ARCH_X86: |