diff options
Diffstat (limited to 'libphobos/src')
-rw-r--r-- | libphobos/src/std/math/hardware.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libphobos/src/std/math/hardware.d b/libphobos/src/std/math/hardware.d index 90bc96d..b768969 100644 --- a/libphobos/src/std/math/hardware.d +++ b/libphobos/src/std/math/hardware.d @@ -912,6 +912,7 @@ private: } else version (AArch64) { + ControlState cont; asm pure nothrow @nogc { "mrs %0, FPCR;" : "=r" (cont); |