summaryrefslogtreecommitdiff
path: root/tools/check_cfi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/check_cfi.py')
-rwxr-xr-xtools/check_cfi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check_cfi.py b/tools/check_cfi.py
index 83ee363ba5..55b622d422 100755
--- a/tools/check_cfi.py
+++ b/tools/check_cfi.py
@@ -38,7 +38,7 @@ IGNORE : Dict[str, List[str]] = {
# Saves/restores SP in other register.
"art_quick_generic_jni_trampoline": ["arm", "i386", "x86_64"],
# Starts with non-zero offset at the start of the method.
- "art_quick_throw_null_pointer_exception_from_signal": ["arm", "aarch64", "i386", "x86_64"],
+ "art_quick_throw_null_pointer_exception_from_signal": ARCHES,
# Pops stack without static control flow past the opcode.
"nterp_op_return": ["arm", "aarch64", "i386", "x86_64", "riscv64"],
}