livoxGen1: nitpicking: use .-prefixed symbol for end
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user