173210 / valentine-hbl

Half Byte Loader BETA
http://wololo.net/hbl
Other
22 stars 5 forks source link

setup_hook() is lengthy #347

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Function setup_hook() is too too big and hence needs a configuration file and 
to get rid of that bunch of big absurd switches. 

Original issue reported on code.google.com by ametric@gmail.com on 22 Nov 2010 at 7:23

GoogleCodeExporter commented 8 years ago

Original comment by ametric@gmail.com on 4 Dec 2010 at 5:16

GoogleCodeExporter commented 8 years ago
Actually setup_hook() is too too too big, but the issue should be fixed on 
another way.
I'm planning to fix with structures like this.
struct {
    int nid;
    void *hook;
};

Original comment by root.3.173210 on 18 May 2015 at 6:17

GoogleCodeExporter commented 8 years ago

Original comment by root.3.173210 on 18 May 2015 at 6:31

GoogleCodeExporter commented 8 years ago
Fixed with commit 5f88788d93ade4d1befb0c597e1da84ff3d1429c

Original comment by root.3.173210 on 19 May 2015 at 3:35