fix undefined prefetchsize

This commit is contained in:
Martin Kroeker 2022-04-16 10:00:10 +02:00 committed by Owen Rafferty
parent e0463ecbd1
commit 40c09b44c5
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
1 changed files with 4 additions and 0 deletions

View File

@ -131,6 +131,10 @@
#define alpha f27
#if defined(PPC440)
#define PREFETCHSIZE_A (3 * 4)
#endif
#if defined(PPCG4)
#define PREFETCHSIZE_A (3 * 4)
#endif