C++ Bare Bones: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m →‎C++ specifics: clarification of why we call dtors in reverse order
Change jb to ja in destructors walk.
Line 156:
.dtors_until_end:
cmp ebx, start_dtors
jbja .call_destructor
 
cli