Skip to content

Commit

Permalink
cputc-native-user troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Jul 23, 2024
1 parent 05ea79b commit 2acd740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xs/lisp/eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -1416,6 +1416,7 @@ object eval(object e) {
if (check_int_args(base)) goto LERROR;
#if (defined(RCX) && defined(CONF_CONIO))
cputc_native_user(INTval(e = base[0]), INTval(base[1]), INTval(base[2]), INTval(base[3]));
cputc(INTval(e = base[0], 4); cputc(INTval(base[1], 3); cputc(INTval(base[2], 2); cputc(INTval(base[3], 1);
#elif (!defined(RCX))
// NOTE: If not on the RCX, these values (which are character mask values)
// will not display the intended characters.
Expand Down

0 comments on commit 2acd740

Please sign in to comment.