diff options
Diffstat (limited to 'executor/executor.h')
| -rw-r--r-- | executor/executor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/executor.h b/executor/executor.h index b1266cda6..e9babfcbd 100644 --- a/executor/executor.h +++ b/executor/executor.h @@ -367,7 +367,7 @@ retry: } int16_t csum_value = csum_inet_digest(&csum); debug("writing inet checksum %hx to %llx\n", csum_value, csum_addr); - NONFAILING(copyin(csum_addr, csum_value, 2, 0, 0)); + copyin(csum_addr, csum_value, 2, 0, 0); break; } default: |
