fix behaviour on x86_64, and add warning about why its broken.
[AROS.git] / test / library / dummyprint4.c
blobc82ddaf60a0b1547ba178c96f381c60711610b0a
1 /*
2 Copyright © 1995-2017, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <exec/types.h>
7 #include <proto/dummy.h>
9 #include LC_LIBDEFS_FILE
11 /* Member of userel.library */
13 LONG DummyPrint4(STACKLONG a, STACKLONG b, STACKLONG c, STACKLONG d)
15 return printx(4, a, b, c, d);