Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 811f56c9386be0dcd151cb5b1af3878c0a4e7b09
      
https://github.com/tianocore/edk2/commit/811f56c9386be0dcd151cb5b1af3878c0a4e7b09
  Author: Michael D Kinney <[email protected]>
  Date:   2026-01-23 (Fri, 23 Jan 2026)

  Changed paths:
    M UefiCpuPkg/Library/CpuPageTableLib/UnitTest/RandomTest.c

  Log Message:
  -----------
  UefiCpuPkg/Library/CpuPageTableLib/UnitTest: Fix pointer compare

Use UT_ASSERT_NOT_NULL() instead of UT_ASSERT_NOT_EQUAL() to
resolve build issues for comparing a pointers.  UT_ASSERT_NULL()
are UT_ASSERT_NOT_NULL() are intended to be used with pointers
and UT_ASSERT_EQUAL() and UT_ASSERT_NOT_EQUAL() are intended to
be used with integer values.

Signed-off-by: Michael D Kinney <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to