Merge branch 'tiny-fixes'
This commit is contained in:
commit
e1e898f8e1
|
@ -18,4 +18,4 @@ libi3.a: $(libi3_OBJECTS)
|
||||||
|
|
||||||
clean-libi3:
|
clean-libi3:
|
||||||
echo "[libi3] Clean"
|
echo "[libi3] Clean"
|
||||||
rm -f $(libi3_OBJECTS) libi3/libi3.a
|
rm -f $(libi3_OBJECTS) libi3/libi3.a libi3.a
|
||||||
|
|
|
@ -117,7 +117,7 @@ static int backtrace(void) {
|
||||||
DLOG("GDB did not run properly\n");
|
DLOG("GDB did not run properly\n");
|
||||||
return -1;
|
return -1;
|
||||||
} else if (stat(filename, &bt) == -1) {
|
} else if (stat(filename, &bt) == -1) {
|
||||||
DLOG("GDB executed succesfully, but no backtrace was generated\n");
|
DLOG("GDB executed successfully, but no backtrace was generated\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in New Issue