e2k: allow getpl write to ctpr

This commit is contained in:
Denis Drakhnia 2024-01-07 09:08:31 +02:00
parent 83b4e4af52
commit f1714370c4
1 changed files with 1 additions and 0 deletions

View File

@ -2401,6 +2401,7 @@ static AlopResult gen_al_result_d(Alop *alop, Tagged_i64 arg)
case OP_MOVTCD:
case OP_MOVTRD:
case OP_MOVTRCD:
case OP_GETPL:
result.kind = ALOP_RESULT_CTPR;
break;
default: