Commit a30b29c3 by Uros Bizjak

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

From-SVN: r189625
parent 5cb5a23f
...@@ -47,7 +47,7 @@ do \ ...@@ -47,7 +47,7 @@ do \
\ \
bool _is_64_bit = false; \ bool _is_64_bit = false; \
\ \
/* Skip 67h address size prefix. */ \ /* Skip 67h address size prefix. */ \
if (_rip[0] == 0x67) \ if (_rip[0] == 0x67) \
_rip++; \ _rip++; \
\ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment