mirror of
https://github.com/open-simh/simh.git
synced 2026-01-11 23:53:30 +00:00
Compiler suggested fix.
This commit is contained in:
parent
d964df4eea
commit
52ec325e68
@ -1345,7 +1345,7 @@ return (r);
|
||||
condition register initial state in parameter 3
|
||||
*/
|
||||
|
||||
int32 compare(int32 byte1, int32 byte2, int32 cond)
|
||||
static int32 compare(int32 byte1, int32 byte2, int32 cond)
|
||||
{
|
||||
int32 r;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user