From b78c21751a15a81994ddfda79d6ea581e5a34ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 8 Apr 2017 16:30:34 +0000 Subject: [PATCH] fix indentation --- BaS_gcc/util/libgcc_helper.S | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/BaS_gcc/util/libgcc_helper.S b/BaS_gcc/util/libgcc_helper.S index 13c5583..3f06506 100644 --- a/BaS_gcc/util/libgcc_helper.S +++ b/BaS_gcc/util/libgcc_helper.S @@ -1,10 +1,10 @@ -/* - * 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 not compiled like that - we must reimplement the symbols. - * - * FIXME: This is a quirk and should be replaced by BaS' own implementation later - */ +// +// 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 not compiled like that - we must reimplement the symbols. +// +// FIXME: This is a quirk and should be replaced by BaS' own implementation later +// .global ___divdi3 .extern __divdi3 ___divdi3: jmp __divdi3