986012
diff -up hplip-3.9.8/ip/xfax.c.no-asm hplip-3.9.8/ip/xfax.c
986012
--- hplip-3.9.8/ip/xfax.c.no-asm	2009-08-04 22:37:28.000000000 +0100
986012
+++ hplip-3.9.8/ip/xfax.c	2009-08-25 14:44:04.502202418 +0100
986012
@@ -1680,19 +1680,6 @@ static BOOL bits_flush_to_eol (
986012
                  & ((1u<
986012
 }
986012
 
986012
-#if 0
986012
-
986012
-#define BITS_LOAD(g, num_bits, par_result) {                                 \
986012
-    int n_bits = (int)(num_bits);                                            \
986012
-                                                                             \
986012
-    par_result = g->gb_cache;                                                \
986012
-                                                                             \
986012
-    asm ("extract %1,%2,%0"                                                  \
986012
-        : "=d" (par_result)                                                  \
986012
-        : "dI" (g->gb_cache_cnt - n_bits), "dI" (n_bits), "0" (par_result)); \
986012
-}
986012
-
986012
-#endif
986012
 
986012
 
986012
 
986012
diff -up hplip-3.9.8/scan/sane/common.h.no-asm hplip-3.9.8/scan/sane/common.h
986012
--- hplip-3.9.8/scan/sane/common.h.no-asm	2009-08-25 16:35:14.577203106 +0100
986012
+++ hplip-3.9.8/scan/sane/common.h	2009-08-25 16:35:29.948216281 +0100
986012
@@ -53,8 +53,6 @@
986012
 
986012
 #define BACKEND_NAME hpaio
986012
 
986012
-#define BREAKPOINT __asm( "int3" )
986012
-
986012
 #define OK 1
986012
 #define ERROR 0
986012
 #define MAX_LIST_SIZE 32
986012
diff -up hplip-3.9.8/scan/sane/hpaio.c.no-asm hplip-3.9.8/scan/sane/hpaio.c