wine: Use { } instead of ; for an empty basic block.
This commit is contained in:
parent
3effba7805
commit
309a8c8d48
|
@ -632,11 +632,13 @@ DWORD __wine_emulate_instruction( EXCEPTION_RECORD *rec, CONTEXT *context )
|
|||
int seg = outp ? context->SegDs : context->SegEs; /* FIXME: is this right? */
|
||||
|
||||
if (outp)
|
||||
{
|
||||
/* FIXME: Check segment is readable. */
|
||||
;
|
||||
}
|
||||
else
|
||||
{
|
||||
/* FIXME: Check segment is writable. */
|
||||
;
|
||||
}
|
||||
|
||||
if (repX)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue