diff options
| author | tgrogers <[email protected]> | 2017-11-18 17:38:24 -0500 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-11-18 17:38:24 -0500 |
| commit | b9420953855042566ea3371882aef89f66a3f055 (patch) | |
| tree | 1b3b05b4f918972e262f6af04089d80e2e0ca3b4 /src/gpgpu-sim/gpu-sim.h | |
| parent | d8766e4eb7551afcc8c9ca168449bcd20974af60 (diff) | |
fixing a stupid inheritance bug
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index 81f13cb..1778008 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -426,7 +426,7 @@ public: void gpu_print_stat(); void dump_pipeline( int mask, int s, int m ) const; - void memcpy_to_gpu( size_t dst_start_addr, const void *src, size_t count ); + void perf_memcpy_to_gpu( size_t dst_start_addr, size_t count ); //The next three functions added to be used by the functional simulation function |
