Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/a31e50d04486f130c80c31ceddeb65afe33e6e08
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/a31e50d04486f130c80c31ceddeb65afe33e6e08
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/a31e50d04486f130c80c31ceddeb65afe33e6e08

The branch, ashmew2/nskolibrios has been updated
       via  a31e50d04486f130c80c31ceddeb65afe33e6e08 (commit)
      from  825e34d85d4582722a9b56bf950ea324904bc99c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=a31e50d04486f130c80c31ceddeb65afe33e6e08
commit a31e50d04486f130c80c31ceddeb65afe33e6e08
Author: Ashish Gupta <[email protected]>
Commit: Ashish Gupta <[email protected]>

    Disable int3

diff --git a/content/fetchers/httplib_kolibri.c 
b/content/fetchers/httplib_kolibri.c
index d5a52c3..4cbdcdc 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;
 


-----------------------------------------------------------------------

Summary of changes:
 content/fetchers/httplib_kolibri.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/fetchers/httplib_kolibri.c 
b/content/fetchers/httplib_kolibri.c
index d5a52c3..4cbdcdc 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;
 


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to