This website works better with JavaScript.
Home
Explore
Help
Sign In
eden-emu
/
eden
mirror of
https://git.eden-emu.dev/eden-emu/eden.git
Watch
1
Star
0
Fork
0
Code
Releases
Wiki
Activity
Browse Source
kernel: ensure class token lambda exit is unreachable
pull/15/merge
Liam
4 years ago
parent
8fea7e56e5
commit
6f59e2676b
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
src/core/hle/kernel/k_class_token.h
1
src/core/hle/kernel/k_class_token.h
View File
@ -49,6 +49,7 @@ private:
}
}
}
UNREACHABLE
(
)
;
}
(
)
;
template
<
typename
T
>
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
eden-emu/eden
Title
Body
Create Issue