fix indentation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user