[offload][libc] Adapt test to changes in #190239 (#190330)

This commit is contained in:
Robert Imschweiler 2026-04-03 12:03:28 +02:00 committed by GitHub
parent ff86be21de
commit a2d3783b45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,7 +132,7 @@ int sum_array(const int *arr, int n) {
//===------------------------------------------------------------------------===
template <uint32_t NUM_LANES>
rpc::Status handleOpcodesImpl(rpc::Server::Port &Port) {
rpc::RPCStatus handleOpcodesImpl(rpc::Server::Port &Port) {
switch (Port.get_opcode()) {
case FOO_OPCODE:
rpc::invoke<NUM_LANES>(Port, foo);