From jetmonk at gmail.com Wed Nov 16 19:42:34 2022 From: jetmonk at gmail.com (JTK) Date: Wed, 16 Nov 2022 17:42:34 -1000 Subject: [Openmcl-devel] Possible bug in 32 bit arm version of CCL in arm2.lisp and an apparent fix Message-ID: <61094008-85D6-4827-8A31-1B700B4F0567@gmail.com> In compiler/ARM/arm2.lisp (git version) I think there is a bug At line 356, the non-existent function/op nfp-store-unboxed-double-float-nested should be nfp-store-double-float-nested A compilation of a float-parser I wrote failed until I made this change; it failed with the complaint that the ?boxed? version did not exist. I think this is a typo holdover from the previous block containing an op for ?unboxed-word?. -JK