diff --git a/src/gen_dispatch.py b/src/gen_dispatch.py index 9372300..1644cbf 100755 --- a/src/gen_dispatch.py +++ b/src/gen_dispatch.py @@ -783,6 +783,7 @@ class Generator(object): for func in self.sorted_functions: self.write_thunks(func) + self.outln('') self.outln('#if USING_DISPATCH_TABLE')