Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-21fa
project05b
Commits
cee04718
Commit
cee04718
authored
4 years ago
by
Caleb C. Sander
Browse files
Options
Download
Email Patches
Plain Diff
Remove unnecessary address-of
parent
10408c0d
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/stage2.h
+1
-1
include/stage2.h
with
1 addition
and
1 deletion
+1
-1
include/stage2.h
View file @
cee04718
void
do_access
(
page_t
*
pages
)
{
void
do_access
(
page_t
*
pages
)
{
force_read
(
&
pages
[
24
]);
force_read
(
pages
[
24
]);
}
}
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help