From cd6a318903a8c3e3d80acbd0e577d276c64dfc40 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Tue, 19 Dec 2006 16:19:19 -0800 Subject: [PATCH] cleanup merge --- src/p_vmlinx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_vmlinx.cpp b/src/p_vmlinx.cpp index fc772df6..1cf74b85 100644 --- a/src/p_vmlinx.cpp +++ b/src/p_vmlinx.cpp @@ -715,7 +715,7 @@ bool PackVmlinuxARM::has_valid_vmlinux_head() fi->readx(buf, sizeof(buf)); //unsigned const word0 = buf[0]; unsigned const word1 = buf[1]; - if (0xeb==(word1>>24 + if (0xeb==(word1>>24) && (0x00ffffff& word1)==(-1+ ((3+ ph.c_len)>>2))) { return true; }