From cde4f9beda772c22c2f53fea499cec89cc0950d5 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Sat, 1 Feb 2020 22:07:52 +0100 Subject: [PATCH] Implemented virtual port convenience object --- io.hpp | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) diff --git a/io.hpp b/io.hpp index 95dee00..4cdc048 100644 --- a/io.hpp +++ b/io.hpp @@ -247,6 +247,41 @@ static inline reg_ptr_t getRegPtr() return reinterpret_cast(Address); } +template