cl/instr:rm llgoAsmBase

This commit is contained in:
luoliwoshang
2025-08-17 18:41:38 +08:00
parent a148964878
commit afee2beebe

View File

@@ -506,8 +506,7 @@ const (
llgoCgoCheckPointer = llgoCgoBase + 0x6 llgoCgoCheckPointer = llgoCgoBase + 0x6
llgoCgoCgocall = llgoCgoBase + 0x7 llgoCgoCgocall = llgoCgoBase + 0x7
llgoAsmBase = llgoInstrBase + 0x40 llgoAsm = llgoInstrBase + 0x40
llgoAsm = llgoAsmBase + 0x0
llgoAtomicOpLast = llgoAtomicOpBase + int(llssa.OpUMin) llgoAtomicOpLast = llgoAtomicOpBase + int(llssa.OpUMin)
) )