Replace all occurrences of NULL with NULLPTR for unified C and C++ null pointer handling
This commit is contained in:
@@ -709,7 +709,7 @@ AR::CpuFunc::StoreSegment(IN USHORT Segment,
|
||||
: "=r" (*(PUINT)Destination));
|
||||
break;
|
||||
default:
|
||||
Destination = NULL;
|
||||
Destination = NULLPTR;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user