From f8edd50a6ba8cc81585bb36df074817e77259dda Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 10 Jun 2010 14:13:31 -0700 Subject: [PATCH] Correct the hex-spelling of UPB2 --- tapsets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.5