From 00b8cba9879288cb8aa2c5b8f2eac624b363276d Mon Sep 17 00:00:00 2001 From: John Reiser Date: Sun, 5 Feb 2017 14:18:05 -0800 Subject: [PATCH] typos modified: stub/src/powerpc-linux.elf-entry.S --- src/stub/src/powerpc-linux.elf-entry.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stub/src/powerpc-linux.elf-entry.S b/src/stub/src/powerpc-linux.elf-entry.S index 29e248e2..f24d6865 100644 --- a/src/stub/src/powerpc-linux.elf-entry.S +++ b/src/stub/src/powerpc-linux.elf-entry.S @@ -164,7 +164,7 @@ unfold: mr 14,a0 // save address being allocated li 0,__NR_mmap sc - cmplw cr0,a0,14 + cmplwi cr0,a0,14 beq alloc4 b alloc64 /* try to allocate a 4k page - if failure then allocate 64k page */ @@ -187,7 +187,7 @@ alloc4: mr 23,a1 // save PAGE_SIZE value mr 14,a0 // save address being allocated sc - cmpwi cr0,a0,14 // + cmplwi cr0,a0,14 // bne decomp b msg_SELinux // Branch if SummaryOverflow (failure) /* 64k page */