Comment fixed.
This commit is contained in:
parent
210dede616
commit
536477d4b4
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@
|
|||
|
||||
;; If REG is a CCL register symbol (e.g. r0, r1...), the register
|
||||
;; number is embedded. If OP is one of unconditional jumps, DATA is
|
||||
;; changed to an absolute jump address.
|
||||
;; changed to an relative jump address.
|
||||
|
||||
(defun ccl-embed-code (op reg data &optional reg2)
|
||||
(if (and (> data 0) (get op 'jump-flag))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue