From ebb2a33b0b68104920abbfa2c447595d2c3a2010 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 10 Aug 2016 23:46:16 +0100 Subject: Missing TAG_DONE (thx capehill) --- frontends/amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/gui.c') diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c index 8ad21b3a5..8672a9366 100644 --- a/frontends/amiga/gui.c +++ b/frontends/amiga/gui.c @@ -5550,7 +5550,7 @@ int main(int argc, char** argv) /* Check for AltiVec */ uint32 altivec = 0; - GetCPUInfoTags(GCIT_VectorUnit, &altivec); + GetCPUInfoTags(GCIT_VectorUnit, &altivec, TAG_DONE); if(altivec == VECTORTYPE_ALTIVEC) { LOG("AltiVec detected"); -- cgit v1.2.3