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.
This commit is contained in:
comex
2014-09-30 01:22:57 -04:00
parent 5d61081f91
commit 2eebdff01b
8 changed files with 12 additions and 22 deletions

View File

@ -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