summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-09-17 11:58:18 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:55 +0200
commit7641334d948b5704a4bf8fcb0cc0a9aa3f063d67 (patch)
tree96052018dc7522d1479e4741977e58a1273e435c /content
parentcc086ca312fe0468ad8a918c65d7b7b14fe5ae3a (diff)
downloadnetsurf-7641334d948b5704a4bf8fcb0cc0a9aa3f063d67.tar.gz
netsurf-7641334d948b5704a4bf8fcb0cc0a9aa3f063d67.tar.bz2
Disable int3
Diffstat (limited to 'content')
-rw-r--r--content/fetchers/httplib_kolibri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/httplib_kolibri.c b/content/fetchers/httplib_kolibri.c
index d5a52c30d..4cbdcdca6 100644
--- a/content/fetchers/httplib_kolibri.c
+++ b/content/fetchers/httplib_kolibri.c
@@ -13,7 +13,7 @@
#include "content/fetchers/httplib_kolibri.h"
#include "frontends/kolibrios/kolibri_http.h"
-#define STOP __asm__ __volatile__("int3")
+// #define STOP __asm__ __volatile__("int3")
extern struct fetch;