summaryrefslogtreecommitdiff
path: root/upb
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-09-20 17:18:30 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-09-20 17:18:30 -0700
commit64e199d18bd46682219eb37bfa1eed9a4fe49d99 (patch)
treeffbfbcfa9872fe50956757d76fe669b25dffab17 /upb
parent8899727827ffe8eeb501413113c1dd1081f88f64 (diff)
Small bugfix for x86->x64 rename.
Diffstat (limited to 'upb')
-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