Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
937a26ca
Commit
937a26ca
authored
Sep 28, 2022
by
Hejing Li
Browse files
basicmem: advance cur_ts
parent
9ee3857d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sims/mem/basicmem/basicmem.cc
sims/mem/basicmem/basicmem.cc
+2
-1
No files found.
sims/mem/basicmem/basicmem.cc
View file @
937a26ca
...
@@ -245,7 +245,8 @@ int main(int argc, char *argv[]) {
...
@@ -245,7 +245,8 @@ int main(int argc, char *argv[]) {
}
while
(
!
exiting
&&
next_ts
<=
cur_ts
);
}
while
(
!
exiting
&&
next_ts
<=
cur_ts
);
cur_ts
=
next_ts
;
cur_ts
=
next_ts
;
}
}
return
0
;
return
0
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment