]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/fp_exception.c
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tests / fp_exception.c
index 12f09d0e85881a101ecfce7ebc4cc51e3a126f78..aaf0610b9d23f3efcefd93fa8936c138ffe504b4 100644 (file)
@@ -54,6 +54,8 @@ static volatile bool mach_exc_caught = false;
 #ifdef __arm64__
 static size_t
 exc_arithmetic_handler(
+       __unused mach_port_t task,
+       __unused mach_port_t thread,
        exception_type_t type,
        mach_exception_data_t codes_64)
 {