aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index 3ac8b452fbe..23e50826633 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -536,7 +536,7 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth,
536#ifdef BYTE_CODE_SAFE 536#ifdef BYTE_CODE_SAFE
537 bytestr_length = SBYTES (bytestr); 537 bytestr_length = SBYTES (bytestr);
538#endif 538#endif
539 vectorp = XVECTOR (vector)->contents; 539 vectorp = XVECTOR (vector)->u.contents;
540 540
541 stack.byte_string = bytestr; 541 stack.byte_string = bytestr;
542 stack.pc = stack.byte_string_start = SDATA (bytestr); 542 stack.pc = stack.byte_string_start = SDATA (bytestr);