poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[COMMITTED] pkl-rt: fix typo in assembly template


From: Jose E. Marchesi
Subject: [COMMITTED] pkl-rt: fix typo in assembly template
Date: Fri, 03 Feb 2023 01:55:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

2023-02-03  Jose E. Marchesi  <jemarch@gnu.org>

        * libpoke/pkl-rt.pk (_pkl_eq_any): Fix typo in assembly template.
---
 ChangeLog         | 4 ++++
 libpoke/pkl-rt.pk | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0e782345..0e63c46c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-02-03  Jose E. Marchesi  <jemarch@gnu.org>
+
+       * libpoke/pkl-rt.pk (_pkl_eq_any): Fix typo in assembly template.
+
 2023-02-03  Mohammad-Reza Nabipoor  <mnabipoor@gnu.org>
 
        * libpoke/ios-dev-stream.c: Include `<assert.h>'.
diff --git a/libpoke/pkl-rt.pk b/libpoke/pkl-rt.pk
index 2c5d23c6..b9caa39c 100644
--- a/libpoke/pkl-rt.pk
+++ b/libpoke/pkl-rt.pk
@@ -1213,7 +1213,7 @@ immutable fun _pkl_eq_any = (any v1, any v2) int<32>:
     /* Offsets.  */
     return _pkl_eq_offset (v1, v2);
   else if (asm int<32>: ("typof; nip; tyiss; nip" : v1)
-           && asm int<32>: ("typof; nip; tyss; nip" : v2))
+           && asm int<32>: ("typof; nip; tyiss; nip" : v2))
     /* Strings.  */
     return _pkl_eq_string (v1, v2);
   else if (asm int<32>: ("typof; nip; tyisa; nip" : v1)
-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]