Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
snes9x2010
Commits
b480abce
Commit
b480abce
authored
Jul 21, 2015
by
Libretro-Admin
Browse files
Kill off one warning
parent
7c6218b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/memmap.c
View file @
b480abce
...
...
@@ -1471,7 +1471,7 @@ static uint32 map_mirror (uint32 size, uint32 pos)
if
(
pos
<
size
)
return
(
pos
);
mask
=
1
<<
31
;
mask
=
UINT32_C
(
1
)
<<
31
;
while
(
!
(
pos
&
mask
))
mask
>>=
1
;
...
...
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