diff --git a/upb/pb/decoder.c b/upb/pb/decoder.c index ff396857f1..5844377da1 100644 --- a/upb/pb/decoder.c +++ b/upb/pb/decoder.c @@ -18,7 +18,7 @@ #define Dst_REF (d->dynasm) #define Dst (d) #include "dynasm/dasm_proto.h" -#include "upb/pb/decoder_x86.h" +#include "upb/pb/decoder_x64.h" #endif // It's unfortunate that we have to micro-manage the compiler this way,