Re: sys/dev/x86emu/x86emu.c: repair "} if"

2019-03-31 Thread Theo de Raadt
Yes, very weird. There are about 20 more in the base tree. Some of them are missing "else", but some are not. > I'm grepping the tree for "} if" lines... > > I'm confident that these were intended as "else if", compare the > corresponding ror_* functions. Also, it doesn't actually change >

sys/dev/x86emu/x86emu.c: repair "} if"

2019-03-31 Thread Christian Weisgerber
I'm grepping the tree for "} if" lines... I'm confident that these were intended as "else if", compare the corresponding ror_* functions. Also, it doesn't actually change the result. ok? Index: sys/dev/x86emu/x86emu.c === RCS