ef3e20e UefiCpuPkg: fix ASSERT_EFI_ERROR() typos

Authored and Committed by lersek 7 years ago
    UefiCpuPkg: fix ASSERT_EFI_ERROR() typos
    
    A number of code locations use
    
      ASSERT_EFI_ERROR (BooleanExpression)
    
    instead of
    
      ASSERT (BooleanExpression)
    
    Fix them.
    
    Cc: Jeff Fan <jeff.fan@intel.com>
    Reported-by: Gerd Hoffmann <kraxel@redhat.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Laszlo Ersek <lersek@redhat.com>
    Reviewed-by: Jeff Fan <jeff.fan@intel.com>
    Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
    Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>