test/regress_be: drop debug __asm__(int3) to fix arm build

Closes #284
This commit is contained in:
Azat Khuzhin 2015-10-04 03:19:12 +03:00
parent 3e56da238c
commit 8240379a3c

View File

@ -245,7 +245,6 @@ static void trace_lock_free(void *lock_, unsigned locktype)
{ {
lock_wrapper *lock = lu_find(lock_); lock_wrapper *lock = lu_find(lock_);
if (!lock || lock->status == FREE || lock->locked) { if (!lock || lock->status == FREE || lock->locked) {
__asm__("int3");
TT_FAIL(("lock: free error")); TT_FAIL(("lock: free error"));
} else { } else {
lock->status = FREE; lock->status = FREE;