livoxGen1: nitpicking: use .-prefixed symbol for end

This commit is contained in:
2025-11-08 11:11:05 -04:00
parent 28e56653ea
commit e1042724fc
+2 -2
View File
@@ -7,11 +7,11 @@
collateKernelStart:
.incbin "collateDgrams.cl"
.size collateKernelStart, . - collateKernelStart
collateKernelEnd:
.collateKernelEnd:
.section .data
collateKernelNBytes:
.long collateKernelEnd - collateKernelStart
.long .collateKernelEnd - collateKernelStart
.size collateKernelNBytes, 4
.section .note.GNU-stack,"",@progbits