# HG changeset patch # User Shinji KONO # Date 1385137739 -32400 # Node ID 1a68c05eeadfce240ed965254115bc0975bb6e3b # Parent 71bf632092c87a0de1a6d6302c5437ed96ea2edc minor fix diff -r 71bf632092c8 -r 1a68c05eeadf TaskManager/test/GpuRunTest/GpuRunTest.cc --- a/TaskManager/test/GpuRunTest/GpuRunTest.cc Sat Nov 23 01:14:06 2013 +0900 +++ b/TaskManager/test/GpuRunTest/GpuRunTest.cc Sat Nov 23 01:28:59 2013 +0900 @@ -8,8 +8,8 @@ #include "Func.h" #define DEFAULT 5 -static int length = DEFAULT; -static int times = 2; +static long length = DEFAULT; +static long times = 2; static int task = 1; static CPU_TYPE spe_cpu = SPE_ANY; extern void gpu_task_init(void);