* include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): Fix whitespace.

From-SVN: r189625
This commit is contained in:
Uros Bizjak 2012-07-18 21:00:33 +02:00
parent 5cb5a23fe2
commit a30b29c35e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ do \
\
bool _is_64_bit = false; \
\
/* Skip 67h address size prefix. */ \
/* Skip 67h address size prefix. */ \
if (_rip[0] == 0x67) \
_rip++; \
\