mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 19:28:29 +00:00
Clean old .source directive out of asm code
This commit is contained in:
parent
b149a9bcc4
commit
6c2fd9ecc6
269 changed files with 59 additions and 303 deletions
|
@ -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 # MSB≤10 (0x7FF)
|
||||
.byte 1,0b11000000 # len,mark
|
||||
.endr
|
||||
|
@ -64,3 +64,4 @@ kTpenc: .rept 4 # MSB≤10 (0x7FF)
|
|||
.endr
|
||||
.zero 2
|
||||
.endobj kTpenc
|
||||
.overrun
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue