summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2017-07-17 23:20:42 -0400
committerMahmoud <[email protected]>2017-07-17 23:20:42 -0400
commitb806d3a4021a12638e1e67fcd67012dca4b1689e (patch)
tree421082f12e285256d4d3015b4b530e0235c0a18c /src/abstract_hardware_model.h
parentdcf7e6a8445a5d8e4383add44ca6f5d0d198ab02 (diff)
Fixing some typos and adding comments
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index cd185a1..910a9ed 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -685,7 +685,7 @@ public:
bool wr,
const active_mask_t &active_mask,
const mem_access_byte_mask_t &byte_mask,
- const mem_access_sector_mask_t &sector_mask)
+ const mem_access_sector_mask_t &sector_mask)
: m_warp_mask(active_mask), m_byte_mask(byte_mask), m_sector_mask(sector_mask)
{
init();