Parent Directory
|
Revision Log
|
Patch
revision 1055 by chpe, Tue Oct 16 15:53:30 2012 UTC | revision 1084 by chpe, Tue Oct 16 15:55:28 2012 UTC | |
---|---|---|
# | Line 2953 struct sljit_jump *alreadyfound; | Line 2953 struct sljit_jump *alreadyfound; |
2953 | struct sljit_jump *found; | struct sljit_jump *found; |
2954 | struct sljit_jump *foundoc = NULL; | struct sljit_jump *foundoc = NULL; |
2955 | struct sljit_jump *notfound; | struct sljit_jump *notfound; |
2956 | pcre_uchar oc, bit; | pcre_uint32 oc, bit; |
2957 | ||
2958 | SLJIT_ASSERT(common->req_char_ptr != 0); | SLJIT_ASSERT(common->req_char_ptr != 0); |
2959 | OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_LOCALS_REG), common->req_char_ptr); | OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_LOCALS_REG), common->req_char_ptr); |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |