From afee2beebe666f8783e60abe29650fb3da0d95d8 Mon Sep 17 00:00:00 2001 From: luoliwoshang <2643523683@qq.com> Date: Sun, 17 Aug 2025 18:41:38 +0800 Subject: [PATCH] cl/instr:rm llgoAsmBase --- cl/import.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cl/import.go b/cl/import.go index 91561e6b..62318981 100644 --- a/cl/import.go +++ b/cl/import.go @@ -506,8 +506,7 @@ const ( llgoCgoCheckPointer = llgoCgoBase + 0x6 llgoCgoCgocall = llgoCgoBase + 0x7 - llgoAsmBase = llgoInstrBase + 0x40 - llgoAsm = llgoAsmBase + 0x0 + llgoAsm = llgoInstrBase + 0x40 llgoAtomicOpLast = llgoAtomicOpBase + int(llssa.OpUMin) )