Skip to content

Commit

Permalink
generated_message_tctable_impl typo fix: registeer -> register
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 629745603
  • Loading branch information
honglooker authored and copybara-github committed May 1, 2024
1 parent 7c37b2d commit 9c8e0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/generated_message_tctable_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ inline PROTOBUF_ALWAYS_INLINE const char* TcParser::ParseLoop(
while (!ctx->Done(&ptr)) {
#if defined(__GNUC__)
// Note: this asm prevents the compiler (clang, specifically) from
// believing (thanks to CSE) that it needs to dedicate a registeer both
// believing (thanks to CSE) that it needs to dedicate a register both
// to "table" and "&table->fast_entries".
// TODO: remove this asm
asm("" : "+r"(table));
Expand Down

0 comments on commit 9c8e0e6

Please sign in to comment.