Skip to content
Snippets Groups Projects
Commit b038df8d authored by Raymond Toy's avatar Raymond Toy
Browse files

Simplify code to use FUNCTION_CODE_OFFSET instead of computing the

value directly.
parent f8a84c42
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ x:
* The 6 is vm:function-code-offset, the 4 is
* the number of bytes in a lispobj.
*/
addi reg_LIP,reg_CODE,6*4-type_FunctionPointer
addi reg_LIP,reg_CODE,FUNCTION_CODE_OFFSET
mtctr reg_LIP
slwi reg_NARGS,reg_NL2,2
bctr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment