From 2eebdff01ba260a5d517a0b208ede697e4d67323 Mon Sep 17 00:00:00 2001 From: comex Date: Tue, 30 Sep 2014 01:22:57 -0400 Subject: Remove useless STACKALIGN macro. It only ever did anything on 32-bit OS X. Anyway, it wasn't even on the right functions, and these days ABI_PushRegistersAndAdjustStack should handle maintaining the ABI correctly. --- Source/Core/VideoBackends/Software/SWCommandProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoBackends/Software/SWCommandProcessor.cpp') diff --git a/Source/Core/VideoBackends/Software/SWCommandProcessor.cpp b/Source/Core/VideoBackends/Software/SWCommandProcessor.cpp index 56832eb786..5b3af7f78a 100644 --- a/Source/Core/VideoBackends/Software/SWCommandProcessor.cpp +++ b/Source/Core/VideoBackends/Software/SWCommandProcessor.cpp @@ -174,7 +174,7 @@ void RegisterMMIO(MMIO::Mapping* mmio, u32 base) ); } -void STACKALIGN GatherPipeBursted() +void GatherPipeBursted() { if (cpreg.ctrl.GPLinkEnable) { -- cgit v1.2.3