comparison example/mainMem/main.cc @ 625:60aa3f241b10

64bit mode worked on Mac OS X.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 16 Nov 2009 10:59:55 +0900
parents 00fe05184a02
children
comparison
equal deleted inserted replaced
624:c7b5c99252ad 625:60aa3f241b10
46 46
47 /** 47 /**
48 * Set 32bits parameter 48 * Set 32bits parameter
49 * add_param(32bit parameter); 49 * add_param(32bit parameter);
50 */ 50 */
51 hello->add_param(i); 51 hello->add_param((memaddr)i);
52 52
53 hello->spawn(); 53 hello->spawn();
54 } 54 }
55 } 55 }
56 56