diff options
| author | Mahmoud <[email protected]> | 2019-05-31 13:22:29 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-05-31 13:22:29 -0400 |
| commit | 5d55ca32e2d81ee2c9187566050c5d399a142373 (patch) | |
| tree | 02d2990704307f79a140f9af62212d9c4d53c976 /src/gpgpusim_entrypoint.h | |
| parent | ed9f0e6b2a99840e9649551825a40a04e236dcd9 (diff) | |
add new params to the global stryct and fixing some bugs
Diffstat (limited to 'src/gpgpusim_entrypoint.h')
| -rw-r--r-- | src/gpgpusim_entrypoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpusim_entrypoint.h b/src/gpgpusim_entrypoint.h index 2ad0fdf..406dd00 100644 --- a/src/gpgpusim_entrypoint.h +++ b/src/gpgpusim_entrypoint.h @@ -33,7 +33,7 @@ #include <semaphore.h> #include <time.h> -extern time_t g_simulation_starttime; +//extern time_t g_simulation_starttime; struct GPGPUsim_ctx { |
