2020-02-12 08:33:48 +08:00
|
|
|
diff --git a/src/core/lib/transport/transport.cc b/src/core/lib/transport/transport.cc
|
2022-03-22 04:18:01 +08:00
|
|
|
index 5d74ec2..89494b5 100644
|
2020-02-12 08:33:48 +08:00
|
|
|
--- a/src/core/lib/transport/transport.cc
|
|
|
|
+++ b/src/core/lib/transport/transport.cc
|
2022-03-22 04:18:01 +08:00
|
|
|
@@ -77,6 +77,8 @@ void grpc_stream_ref_init(grpc_stream_refcount* refcount, int /*initial_refs*/,
|
|
|
|
: nullptr);
|
2020-02-12 08:33:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
+#undef move64
|
|
|
|
+
|
2022-03-22 04:18:01 +08:00
|
|
|
static void move64bits(uint64_t* from, uint64_t* to) {
|
2020-02-12 08:33:48 +08:00
|
|
|
*to += *from;
|
|
|
|
*from = 0;
|