Change comment to include im_ptr in list of things that cannot be reused or

changed after calling bytecode_new_insn().

svn path=/trunk/yasm/; revision=267
0.3
Peter Johnson 23 years ago
parent 217b33802c
commit 6e4b87ab46
  1. 4
      libyasm/bytecode.h
  2. 4
      src/bytecode.h

@ -81,8 +81,8 @@ void SetInsnShiftFlag(bytecode *bc);
void SetOpcodeSel(jmprel_opcode_sel *old_sel, jmprel_opcode_sel new_sel);
/* IMPORTANT: ea_ptr cannot be reused or freed after calling this function
* (it doesn't make a copy). im_ptr, on the other hand, can be.
/* IMPORTANT: ea_ptr and im_ptr cannot be reused or freed after calling this
* function (it doesn't make a copy).
*/
bytecode *bytecode_new_insn(unsigned char opersize,
unsigned char opcode_len,

@ -81,8 +81,8 @@ void SetInsnShiftFlag(bytecode *bc);
void SetOpcodeSel(jmprel_opcode_sel *old_sel, jmprel_opcode_sel new_sel);
/* IMPORTANT: ea_ptr cannot be reused or freed after calling this function
* (it doesn't make a copy). im_ptr, on the other hand, can be.
/* IMPORTANT: ea_ptr and im_ptr cannot be reused or freed after calling this
* function (it doesn't make a copy).
*/
bytecode *bytecode_new_insn(unsigned char opersize,
unsigned char opcode_len,

Loading…
Cancel
Save