diff --git a/stimBuffApis/livoxGen1/openClKernels.cl.S b/stimBuffApis/livoxGen1/openClKernels.cl.S index 4d4c8e6..80cf2f4 100644 --- a/stimBuffApis/livoxGen1/openClKernels.cl.S +++ b/stimBuffApis/livoxGen1/openClKernels.cl.S @@ -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