Project

General

Profile

« Previous | Next » 

Revision 1c0a97bf

Added by shyouhei (Shyouhei Urabe) almost 5 years ago

vtm_add_offset: do not goto into a branch

I'm not necessarily against every goto in general, but jumping into a
branch is definitely a bad idea. Better refactor.