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
Stella
Commits
89b0759d
Commit
89b0759d
authored
Aug 07, 2018
by
thrust26
Browse files
fix #338
parent
163b5ca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/emucore/DispatchResult.hxx
View file @
89b0759d
...
...
@@ -35,7 +35,7 @@ class DispatchResult
const
string
&
getMessage
()
const
{
assertStatus
(
Status
::
debugger
);
return
myMessage
;
}
uInt16
getAddress
()
const
{
assertStatus
(
Status
::
debugger
);
return
myAddress
;
}
int
getAddress
()
const
{
assertStatus
(
Status
::
debugger
);
return
myAddress
;
}
bool
wasReadTrap
()
const
{
assertStatus
(
Status
::
debugger
);
return
myWasReadTrap
;
}
...
...
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