Mercurial > lcfOS
diff python/ppci/core/basicblock.py @ 99:6efbeb903777
movage
author | windel |
---|---|
date | Mon, 24 Dec 2012 15:03:30 +0100 |
parents | 4a37d6992bd3 |
children | 9e552d34bd60 |
line wrap: on
line diff
--- a/python/ppci/core/basicblock.py Mon Dec 24 13:57:00 2012 +0100 +++ b/python/ppci/core/basicblock.py Mon Dec 24 15:03:30 2012 +0100 @@ -1,5 +1,10 @@ + class BasicBlock(Value): + """ + A basic block represents a sequence of instructions without + jumps and branches. + """ def __init__(self): pass