From 01edf63865214f5ef47955f15bc554a3ed823600 Mon Sep 17 00:00:00 2001 From: Yu3H0 <82574337+Yu3H0@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:48:59 +0800 Subject: [PATCH] add super init in QlOsMcu --- qiling/os/mcu/mcu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiling/os/mcu/mcu.py b/qiling/os/mcu/mcu.py index eed80a6d3..3e84dbdd2 100644 --- a/qiling/os/mcu/mcu.py +++ b/qiling/os/mcu/mcu.py @@ -38,7 +38,7 @@ class QlOsMcu(QlOs): type = QL_OS.MCU def __init__(self, ql: 'Qiling'): - self.ql = ql + super().__init__(ql) self.runable = True self.fast_mode = False