commit | b283d6ba67a7b4c5914949ef1d756bf88cb3a0e4 | [log] [tgz] |
---|---|---|
author | Alexander Dahl <ada@thorsis.com> | Fri Jun 28 14:41:23 2019 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Jul 30 10:21:15 2019 +0200 |
tree | 036058118bae0f60cd3d2ffe1d5a977bb18476a3 | |
parent | 3911b19cac9dc7d11e7d9e79e80fb62eced74ba7 [diff] |
fpga: altera: cyclon2: Check function pointer before calling As already done for the 'pre' function, a check is added to not follow a NULL pointer, if somebody has not assigned a 'post' function. Signed-off-by: Alexander Dahl <ada@thorsis.com>