emacps : 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
b263d0ea45
commit
691a647d28
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)
|
(XEmacPs_BdRead((BdPtr), XEMACPS_BD_ADDR_HI_OFFSET)) << 32U)
|
||||||
#else
|
#else
|
||||||
#define XEmacPs_BdGetBufAddr(BdPtr) \
|
#define XEmacPs_BdGetBufAddr(BdPtr) \
|
||||||
(XEmacPs_BdRead((BdPtr), XEMACPS_BD_ADDR_OFFSET) |)
|
(XEmacPs_BdRead((BdPtr), XEMACPS_BD_ADDR_OFFSET))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
Loading…
Add table
Reference in a new issue