From 1b6f7310e75208d5e44e85744ff460e81bffbef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan-Dan=20Cioc=C3=AErlan?= Date: Thu, 28 Dec 2023 08:13:22 +0800 Subject: [PATCH] update README and child call --- README.md | 7 ++----- src/evm.cuh | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 19585d0..ada21cc 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,5 @@ TODO: change options, configs, and how we use the tool in the future. TODO ## Documentation -https://www.doxygen.nl/manual/index.html -https://developer.lsst.io/cpp/api-docs.html -https://www.sphinx-doc.org/en/master/usage/domains/cpp.html - -https://medium.com/@aytackahveci93/documenting-c-code-with-sphinx-d6315b338615 \ No newline at end of file +TODO +docygen+sphinx+breathe+exhale \ No newline at end of file diff --git a/src/evm.cuh b/src/evm.cuh index 7b620d4..8701de6 100644 --- a/src/evm.cuh +++ b/src/evm.cuh @@ -793,7 +793,7 @@ public: { // new message done // call the child - evm.child_call( + evm.child_CALL( error_code, new_message); } @@ -909,7 +909,7 @@ public: } // new message done // call the child - evm.child_call( + evm.child_CALL( error_code, new_message); } @@ -3095,7 +3095,7 @@ public: * @param[out] error_code error code * @param[in] new_message new message call */ - __host__ __device__ __forceinline__ void child_call( + __host__ __device__ __forceinline__ void child_CALL( uint32_t &error_code, message_t &new_message) {