From 620ddf1228beebfa0d45afbde8840903e770a3dc Mon Sep 17 00:00:00 2001 From: John Reiser Date: Tue, 30 Jul 2024 20:12:36 -0700 Subject: [PATCH] arm64: typo in daisy-chain when selecting de-compression method modified: stub/src/arm64-expand.S --- src/stub/src/arm64-expand.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/src/arm64-expand.S b/src/stub/src/arm64-expand.S index 415bb8d2..0c180e47 100644 --- a/src/stub/src/arm64-expand.S +++ b/src/stub/src/arm64-expand.S @@ -157,7 +157,7 @@ eof_lzma: .globl eof_lzma not_nrv2e: section NRV2D - cmp meth,#M_NRV2E_LE32; bne not_nrv2d + cmp meth,#M_NRV2D_LE32; bne not_nrv2d #include "arch/arm64/v8/nrv2d_d32.S" not_nrv2d: