diff options
Diffstat (limited to 'src/gpgpu-sim/mem_fetch.h')
| -rw-r--r-- | src/gpgpu-sim/mem_fetch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/mem_fetch.h b/src/gpgpu-sim/mem_fetch.h index dbd3a2a..1db348a 100644 --- a/src/gpgpu-sim/mem_fetch.h +++ b/src/gpgpu-sim/mem_fetch.h @@ -80,7 +80,7 @@ enum mf_type { N_MF_TYPE }; -typedef struct { +typedef struct mem_fetch { unsigned request_uid; unsigned long long int addr; int nbytes_L1; |
