emacps_v3_0 : Removed the error code in xemacps_bd.h
This patch modifies the extra OR operator in xemacps_bd.h code that caused issue. Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This commit is contained in:
parent
79458f03a1
commit
1c24c9317d
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ typedef UINTPTR XEmacPs_Bd[XEMACPS_BD_NUM_WORDS];
|
|||
(XEmacPs_BdRead((BdPtr), XEMACPS_BD_ADDR_HI_OFFSET)) << 32U)
|
||||
#else
|
||||
#define XEmacPs_BdGetBufAddr(BdPtr) \
|
||||
(XEmacPs_BdRead((BdPtr), XEMACPS_BD_ADDR_OFFSET) |)
|
||||
(XEmacPs_BdRead((BdPtr), XEMACPS_BD_ADDR_OFFSET))
|
||||
#endif
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue