From: fincs Date: Mon, 8 Dec 2014 23:15:04 +0000 (+0100) Subject: Minor code formatting fix in svc.s X-Git-Tag: v0.3.0~54^2~1 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=4b4b781ec39f46cf81b97be649a935143d44a5ae;p=corbenik%2Fctrulib.git Minor code formatting fix in svc.s --- diff --git a/libctru/source/svc.s b/libctru/source/svc.s index ded970f..4969df8 100644 --- a/libctru/source/svc.s +++ b/libctru/source/svc.s @@ -268,26 +268,26 @@ svcOutputDebugString: .global svcCreateSemaphore .type svcCreateSemaphore, %function svcCreateSemaphore: - push {r0} - svc 0x15 - pop {r3} - str r1, [r3] - bx lr - + push {r0} + svc 0x15 + pop {r3} + str r1, [r3] + bx lr + .global svcReleaseSemaphore .type svcReleaseSemaphore, %function svcReleaseSemaphore: - push {r0} - svc 0x16 - pop {r3} - str r1, [r3] - bx lr + push {r0} + svc 0x16 + pop {r3} + str r1, [r3] + bx lr .global svcGetThreadId .type svcGetThreadId, %function svcGetThreadId: - str r0, [sp,#-0x4]! - svc 0x37 - ldr r3, [sp], #4 - str r1, [r3] - bx lr + str r0, [sp, #-0x4]! + svc 0x37 + ldr r3, [sp], #4 + str r1, [r3] + bx lr