gpu-compute: fix spacing in GPUDynInst ctor
authorTony Gutierrez <anthony.gutierrez@amd.com>
Fri, 6 May 2016 21:00:54 +0000 (17:00 -0400)
committerTony Gutierrez <anthony.gutierrez@amd.com>
Fri, 6 May 2016 21:00:54 +0000 (17:00 -0400)
src/gpu-compute/gpu_dyn_inst.cc

index 594e45907ee6d88fc8bb98faf4e0020b63dfbe4d..337ff9d4fd4ee803416d2e3dc077fa39a9dfe7da 100644 (file)
@@ -43,7 +43,7 @@
 GPUDynInst::GPUDynInst(ComputeUnit *_cu, Wavefront *_wf,
                        GPUStaticInst *_staticInst, uint64_t instSeqNum)
     : GPUExecContext(_cu, _wf), m_op(Enums::MO_UNDEF),
-      memoryOrder(Enums::MEMORY_ORDER_NONE), n_reg(0) ,useContinuation(false),
+      memoryOrder(Enums::MEMORY_ORDER_NONE), n_reg(0)useContinuation(false),
       statusBitVector(0), staticInst(_staticInst), _seqNum(instSeqNum)
 {
     tlbHitLevel.assign(VSZ, -1);