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/VideoCommon/CommandProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp') diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp index 0c74a4614f..8af2af9ccc 100644 --- a/Source/Core/VideoCommon/CommandProcessor.cpp +++ b/Source/Core/VideoCommon/CommandProcessor.cpp @@ -302,7 +302,7 @@ void RegisterMMIO(MMIO::Mapping* mmio, u32 base) ); } -void STACKALIGN GatherPipeBursted() +void GatherPipeBursted() { ProcessFifoEvents(); // if we aren't linked, we don't care about gather pipe data -- cgit v1.2.3