Clean old .source directive out of asm code

This commit is contained in:
Justine Tunney 2022-03-18 12:43:21 -07:00
parent b149a9bcc4
commit 6c2fd9ecc6
269 changed files with 59 additions and 303 deletions

View file

@ -17,7 +17,6 @@
PERFORMANCE OF THIS SOFTWARE.
*/
#include "libc/macros.internal.h"
.source __FILE__
// Encodes Thompson-Pike varint.
//
@ -47,6 +46,7 @@ tpenc: .leafprologue
.rodata
.align 4
.underrun
kTpenc: .rept 4 # MSB10 (0x7FF)
.byte 1,0b11000000 # len,mark
.endr
@ -64,3 +64,4 @@ kTpenc: .rept 4 # MSB≤10 (0x7FF)
.endr
.zero 2
.endobj kTpenc
.overrun