Back out last change for now, it ran into a latent block XDR bug.

This commit is contained in:
brendan@mozilla.org
2006-08-15 03:51:23 +00:00
parent ed1b0e8b36
commit 0d5eb91b02
9 changed files with 304 additions and 282 deletions

View File

@@ -60,14 +60,6 @@ typedef enum JSOp {
JSOP_LIMIT
} JSOp;
typedef enum JSOpLength {
#define OPDEF(op,val,name,token,length,nuses,ndefs,prec,format) \
op##_LENGTH = length,
#include "jsopcode.tbl"
#undef OPDEF
JSOP_LIMIT_LENGTH
} JSOpLength;
/*
* JS bytecode formats.
*/