]> sourceware.org Git - systemtap.git/commitdiff
Correct the hex-spelling of UPB2
authorJosh Stone <jistone@redhat.com>
Thu, 10 Jun 2010 21:13:31 +0000 (14:13 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 10 Jun 2010 21:13:31 +0000 (14:13 -0700)
tapsets.cxx

index 825ad9f1b59c1e46fd80c19c0516c901e5414e3e..cf6efec9f28b4c503d2f19ac465b44d5109dde28 100644 (file)
@@ -4742,7 +4742,7 @@ private:
     {
       uprobe1_type = 0x31425250, // "PRB1" (little-endian)
       kprobe1_type = 0x32425250, // "PRB2"
-      uprobe2_type = 0x32425056, // "UPB2"
+      uprobe2_type = 0x32425055, // "UPB2"
       kprobe2_type = 0x3242504b  // "KPB2"
     } probe_type;
 
This page took 0.043603 seconds and 5 git commands to generate.