summaryrefslogtreecommitdiff
path: root/upb/pb/decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb/pb/decoder.c')
-rw-r--r--upb/pb/decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/pb/decoder.c b/upb/pb/decoder.c
index ff39685..5844377 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,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback