Justin Hibbits 51d025a596 Correct the type of db_cmd_loop_done.
On big endian hardware that uses 1 byte bool a type mismatch of bool vs int will
cause the least signifcant byte of db_cmd_loop_done to be set, but the MSB to be
read, and read as 0.  This causes ddb to stay in an infinite loop.

MFC after:	1 week
2016-09-09 04:16:53 +00:00
..
2016-09-07 18:13:57 +00:00
2016-09-08 09:11:13 +00:00
2016-09-07 18:13:57 +00:00
2016-09-08 02:38:55 +00:00
2016-09-09 04:16:53 +00:00
2016-09-08 14:04:04 +00:00
2016-09-07 18:13:57 +00:00
2016-08-24 00:52:30 +00:00
2016-09-07 18:13:57 +00:00