summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorJim Keniston <jkenisto@us.ibm.com>2009-04-23 14:19:58 -0700
committerJim Keniston <jkenisto@us.ibm.com>2009-04-23 14:19:58 -0700
commit0cd571c33e70fee4777622a49f50e9122335432d (patch)
tree637ab504598432b0ece5101df7b92a95954accb9 /runtime
parent1ce4311fbb8e3191449f919b784cea355a0cfe00 (diff)
downloadsystemtap-steved-0cd571c33e70fee4777622a49f50e9122335432d.tar.gz
systemtap-steved-0cd571c33e70fee4777622a49f50e9122335432d.tar.xz
systemtap-steved-0cd571c33e70fee4777622a49f50e9122335432d.zip
i386 uprobes1: enable the 0x0f 0x1_ row of opcodes
to make sdt.exp pass
Diffstat (limited to 'runtime')
-rw-r--r--runtime/uprobes/uprobes_i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/uprobes/uprobes_i386.c b/runtime/uprobes/uprobes_i386.c
index 7743f400..35d112fa 100644
--- a/runtime/uprobes/uprobes_i386.c
+++ b/runtime/uprobes/uprobes_i386.c
@@ -59,7 +59,7 @@
/* 0 1 2 3 4 5 6 7 8 9 a b c d e f */
/* ------------------------------- */
W(0x00, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)| /* 00 */
- W(0x10, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), /* 10 */
+ W(0x10, 1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1), /* 10 */
W(0x20, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)| /* 20 */
W(0x30, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), /* 30 */
W(0x40, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)| /* 40 */