comparison test/suite_x86win32fast/main.cc @ 605:0f40e13a2f0a

- cleanups
author Tassilo Philipp
date Wed, 21 Sep 2022 14:37:09 +0200
parents d73dc7ad37e4
children 85b7a117b807
comparison
equal deleted inserted replaced
604:90dfdac91b9b 605:0f40e13a2f0a
35 35
36 36
37 int getId(); 37 int getId();
38 DCpointer getFunc(int x); 38 DCpointer getFunc(int x);
39 DCValue* getArg(int pos); 39 DCValue* getArg(int pos);
40
41
42 typedef double precise;
43 40
44 41
45 DCbool valueBool[NARGS]; 42 DCbool valueBool[NARGS];
46 DCshort valueShort[NARGS]; 43 DCshort valueShort[NARGS];
47 DCchar valueChar[NARGS]; 44 DCchar valueChar[NARGS];