Skip to content

Commit a03240c

Browse files
del debug lines
1 parent 95e86ea commit a03240c

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

asm/tsl_ap.asm

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -283,19 +283,7 @@ bootmode_branch:
283283

284284
section .data
285285

286-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;extern data_lo_start_load
287-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;extern data_lo_start_reloc_aligned
288-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;extern code_hi_start_load
289-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;extern data_lo_start_load
290-
291286
align 16
292-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;pepe:
293-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; dq data_lo_start_load
294-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; dq data_lo_start_reloc_aligned
295-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;dq code_hi_size_aligned
296-
297-
298-
;;db "hello"
299287

300288
GDTR32: ;; Global Descriptor Table Register.
301289
dw gdt32_end - gdt32 - 1 ;; Size.

0 commit comments

Comments
 (0)