CI updates
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ inline R *xspan_make_helper__(MemBuffer &mb) noexcept {
|
||||
// cast to a different type (creates a new value)
|
||||
#define XSPAN_TYPE_CAST(type, x) (upx::ptr_static_cast<type *>(x))
|
||||
// poison a pointer: point to a non-null invalid address
|
||||
#define XSPAN_INVALIDATE(x) ptr_invalidate_and_poison(x)
|
||||
#define XSPAN_INVALIDATE(x) (ptr_invalidate_and_poison(x))
|
||||
|
||||
#endif // WITH_XSPAN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user