Merge pull request #112 from chrissphinx/master

generalize x86-specific trap instruction
This commit is contained in:
Daniel Beer 2022-01-25 10:14:33 +13:00 committed by GitHub
commit e39ff3c1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ static int tr_recv(transport_t tr_base, uint8_t *databuf, int max_len)
if (r <= 0) { if (r <= 0) {
printc_err("mehfet transport: usb_bulk_read: %s\n", printc_err("mehfet transport: usb_bulk_read: %s\n",
usb_strerror()); usb_strerror());
asm volatile("int3");
return -1; return -1;
} }