toolchain: ifc: mpc: add support for sending/receiving handles

This commit is contained in:
2026-03-06 20:15:29 +00:00
parent 1c89acddbf
commit faeefe28ab
5 changed files with 318 additions and 86 deletions

View File

@@ -11,6 +11,9 @@ void type_print(const struct type *ty)
case TYPE_STRING:
printf("string");
break;
case TYPE_HANDLE:
printf("handle");
break;
default:
break;
}