fix indentation

This commit is contained in:
Markus Fröschle
2017-04-08 16:30:34 +00:00
parent cb034afe31
commit b78c21751a

View File

@@ -1,10 +1,10 @@
/* //
* needed for ELF compilation of x86emu which uses 64 bit multiplication and division. This // needed for ELF compilation of x86emu which uses 64 bit multiplication and division. This
* is implemented in libgcc.a. However, the ELF compiler emits leading underscores and libgcc // is implemented in libgcc.a. However, the ELF compiler emits leading underscores and libgcc
* is not compiled like that - we must reimplement the symbols. // is not compiled like that - we must reimplement the symbols.
* //
* FIXME: This is a quirk and should be replaced by BaS' own implementation later // FIXME: This is a quirk and should be replaced by BaS' own implementation later
*/ //
.global ___divdi3 .global ___divdi3
.extern __divdi3 .extern __divdi3
___divdi3: jmp __divdi3 ___divdi3: jmp __divdi3