Fix heap corruption in SPS

This commit is contained in:
Iwan Timmer
2015-08-12 17:13:26 +02:00
parent f1926b9980
commit 4fc96f2461
3 changed files with 20 additions and 14 deletions

View File

@@ -23,4 +23,4 @@
#define GS_SPS_BASELINE_HACK 0x02
void gs_sps_init();
PLENTRY gs_sps_fix(PLENTRY entry, int flags);
PLENTRY gs_sps_fix(PLENTRY *entry, int flags);