Small bugfix for x86->x64 rename.

pull/13171/head
Joshua Haberman 14 years ago
parent 8899727827
commit 64e199d18b
  1. 2
      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,

Loading…
Cancel
Save