From: Josh Stone Date: Thu, 10 Jun 2010 21:13:31 +0000 (-0700) Subject: Correct the hex-spelling of UPB2 X-Git-Tag: release-1.3~256 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f8edd50a6ba8cc81585bb36df074817e77259dda;p=systemtap.git Correct the hex-spelling of UPB2 --- diff --git a/tapsets.cxx b/tapsets.cxx index 825ad9f1b..cf6efec9f 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -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;